home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2006 April / PCWAPR06.iso / Software / Freeware / DeskTask 1.0 RC2 / Setup.exe / DeskTask.exe / 0 / RCDATA / TFRMCSINPUTBOX / TFRMCSINPUTBOX.txt
Encoding:
Text File  |  2006-01-08  |  1.2 KB  |  60 lines

  1. object FrmcsInputBox: TFrmcsInputBox
  2.   Left = 357
  3.   Top = 278
  4.   BorderStyle = bsDialog
  5.   Caption = 'Password'
  6.   ClientHeight = 97
  7.   ClientWidth = 275
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'Tahoma'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poScreenCenter
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object LblExp: TLabel
  19.     Left = 8
  20.     Top = 54
  21.     Width = 173
  22.     Height = 42
  23.     AutoSize = False
  24.     Caption = 
  25.       'trasaasfjdsakfjasdlkfjsdlkfjsdlfjslfjalks assfdsadfsadfdfjlaksdf' +
  26.       'das sdafjksdafjsad ksda'
  27.     WordWrap = True
  28.   end
  29.   object LabeledEdit1: TLabeledEdit
  30.     Left = 6
  31.     Top = 27
  32.     Width = 175
  33.     Height = 21
  34.     EditLabel.Width = 50
  35.     EditLabel.Height = 13
  36.     EditLabel.Caption = 'Password:'
  37.     TabOrder = 0
  38.   end
  39.   object Button1: TButton
  40.     Left = 198
  41.     Top = 5
  42.     Width = 70
  43.     Height = 23
  44.     Caption = '&OK'
  45.     Default = True
  46.     ModalResult = 1
  47.     TabOrder = 1
  48.   end
  49.   object Button2: TButton
  50.     Left = 198
  51.     Top = 34
  52.     Width = 70
  53.     Height = 23
  54.     Cancel = True
  55.     Caption = '&Cancel'
  56.     ModalResult = 2
  57.     TabOrder = 2
  58.   end
  59. end
  60.